home *** CD-ROM | disk | FTP | other *** search
/ TEKNO 1996 March / TEKNO 3-1996.iso / DISKET / VEDL / V3-96.BAT < prev   
DOS Batch File  |  1996-02-29  |  695b  |  35 lines

  1. rem @echo off
  2. goto start
  3.  
  4. :menu
  5. window,FCYA,Bblu,TWHI,Ocya,HRED,E,kcya─┴───┬,m2,a,s,x,~
  6. title,Hvilket program? 
  7.  header,VEDLEGGSDISKETT 03-96
  8.  h_format,Bblu,fWHI,t,d4
  9.  f_format,Bblu,fWHI
  10.  option,Clysbar
  11.   help,Et verkt¢y som gj¢r Windows enklere å bruke.
  12.  option,World Empire 3
  13.   help,En svært bra versjon av det gamle risk-spillet.
  14.  option,Tilbake til forrige meny,13
  15. :end_menu
  16.  
  17. :start
  18. batmnu \giga96\03-96\vedlegg\v3-96.bat
  19.  if errorlevel 3 goto exit
  20.  if errorlevel 2 goto 2
  21.  if errorlevel 1 goto 1
  22.  if errorlevel 0 goto exit
  23. goto start
  24.  
  25. :1
  26. call \giga96\03-96\vedlegg\clysbar\valg.bat
  27. goto start
  28.  
  29. :2
  30. call \giga96\03-96\vedlegg\we3\valg.bat
  31. goto start
  32.  
  33. :exit
  34.  
  35.